home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / system / pc_dcl.zip / HELP / CONTINUE.HTX < prev    next >
Text File  |  1991-10-15  |  338b  |  17 lines

  1. CONTINUE
  2.  
  3.  CONTINUE
  4.  
  5.  
  6.     The CONTINUE command  serves as the target  command of an IF command
  7.     in  a  command procedure.  CONTINUE is also a target command when it
  8.     follows a label that is the target of a GOTO command.
  9.     The CONTINUE command has no effect at the command level.
  10.  
  11.  
  12.     Format:
  13.  
  14.  
  15.       CONTINUE
  16. 
  17.